projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27f97e
)
(viper-non-vi-major-modes): Fix customize type.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:16:55 +0000
(06:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:16:55 +0000
(06:16 +0000)
lisp/emulation/viper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper.el
b/lisp/emulation/viper.el
index 3c43a2de87531eb5b36357d48403ab48072a2b4c..699319b8c6f495a135dbc77f0ead595c16924084 100644
(file)
--- a/
lisp/emulation/viper.el
+++ b/
lisp/emulation/viper.el
@@
-368,9
+368,9
@@
DO NOT set this variable interactively."
Buffer-menu-mode view-mode vm-mode vm-summary-mode)
"*A list of major modes that should never come up in Vi command mode.
Viper automatically augments this list with some obvious modes, such as
-`dired-mode', `tar-mode', etc.
So, don't put modes
on this list, unless
+`dired-mode', `tar-mode', etc.
So, don't put a mode
on this list, unless
it comes up in a wrong Viper state."
- :type '
list
+ :type '
(repeat symbol)
:group 'viper)